home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Programming / Complete Applications / Help«» / HT.Help / HT.Help.rsrc / HELP_3_TEXT ª HELP < prev    next >
Encoding:
Text File  |  1985-08-23  |  1.6 KB  |  35 lines

  1. TEXT » HELP
  2.  
  3. This command will convert a vanilla file of type 'TEXT' into a
  4. HELP resource.  This is necessary because the text in data files
  5. are stored in the 'data fork' of a file, while the HELP resource
  6. will naturally reside in the 'resource fork' of a file; not to mention
  7. that resources are stored in a different format (for more specific
  8. information, see the 'Resource Manager' manual in the Apple
  9. document 'Inside Macintosh').
  10.  
  11. To convert a text file into a HELP resource is a multi-step process,
  12. but an easy one.
  13.  
  14. (1)  You start by selecting the command from the
  15. File menu.  A dialog box will then appear listing all available
  16. 'TEXT' type files that may be used as the source of the conversion.
  17.  
  18. (2)  After you choose a text file to use, another dialog will pop up
  19. asking you to name the resource file to write to.  You can use
  20. an existing file or create a new one.  If you use an existing file,
  21. you will be asked 'Replace existing "foo"?'.  This doesn't have
  22. any bearing on this operation, since we will be writing a resource
  23. and not obliterating a text file in favor of another one.
  24.  
  25. (3)  After this step, yet another dialog will appear asking you to
  26. give a name and id number to the resource you are writing.  At
  27. this point, if the resource number you specified already exists,
  28. then a dialog will appear and ask if you wish to overwrite the
  29. resource in question.
  30.  
  31. After all of this exausting dialog activity, the actual conversion
  32. takes place.  If there are any errors detected, then an alert box
  33. will appear with the appropriate message, otherwise there will
  34. be a box with the message 'No errors occurred'.
  35.